home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / utils / lbbs_tools / Newfiles.DOC < prev    next >
Encoding:
Text File  |  1995-02-27  |  991 b   |  44 lines

  1.  
  2. NewFiles
  3. --------
  4.  
  5. A Small utility and replacement for the internal "N"ewfiles door.
  6.  
  7. User will be able to view dirlistings from a specific date, or
  8. a directory.
  9.  
  10. options are:
  11.  
  12. N T U         =    T=Today  U=Upload directory
  13. N -1 U        =    -1=one day back  U=Upload directory
  14. N S U         =    S=Since last login  U=Upload directory
  15. N 09-01-95 1  =    List files from January 9. 1995 in directory 1
  16.  
  17.  
  18. INSTALL:
  19.  
  20. Copy the directory "LBBS_Tools" and its contents, into your DOORS
  21.  directory.
  22.  
  23.  
  24. Create a setupfile in {BBSMAINPATH}COMMANDS/BBSCMD called 'N'
  25.  
  26.  
  27. Cut out below lines and insert into the N file.
  28. >----------------------------------------------
  29. NAME        NewFiles
  30. ACCESSLEVEL    5
  31. LOCATION    DOORS:LBBS_Tools/NewFiles
  32.  PASSWORD
  33.  RETURNSTATUS
  34. PRIORITY    1
  35. STACK        4096
  36.  RETURNOUTPUT
  37.  QUICKMODE
  38. TYPE        XIM
  39. ----------------------------------------------<
  40.  
  41. From the menu prompt users can type N and see options, or just enter 'N'
  42.  followed by parameters and go directly to viewing of dirlisting.
  43.  
  44.